Learning Ubuntu: A Beginners Guide to Using Linux by Neil Nathan

Learning Ubuntu: A Beginners Guide to Using Linux by Neil Nathan

Author:Neil, Nathan [Neil, Nathan]
Language: eng
Format: azw3, mobi, epub
Publisher: Neil Publishing
Published: 2016-02-23T16:00:00+00:00


Command

cp notes.txt test.txt

Result

System copies notes.txt and creates a new file, test.txt with the contents.

CLI Display

milo@ubuntu:~$ cp notes.txt test.txt

milo@ubuntu:~$

By using the ls command, we can check to see if the file was copied.

List Files

Command

ls

Result

Lists the files in the current directory

CLI Display

milo@ubuntu:~$ ls

documents notes.txt test.txt

Now that we have two files, we should open test.txt in nano and make a few changes.

Open a File in Nano



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.